ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyXyPlotView<TOwnerView> Class / _SankeyXyPlotView<TOwnerView> Constructor

In This Topic
    _SankeyXyPlotView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As ISankeyXyPlotDefinition, _
       ByVal plotData As ISankeyPlotDataModel _
    )
    public _SankeyXyPlotView<TOwnerView>( 
       TOwnerView layoutView,
       ISankeyXyPlotDefinition definition,
       ISankeyPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also